Fix the build
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Sep 2021 12:25:00 +0000 (08:25 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Sep 2021 19:19:17 +0000 (15:19 -0400)
gcc was complaining here with -Werror=return-type.

gtk/gtkcsstransformvalue.c

index f50873328a5a32262ed0973436a36eea377c2509..6cec8cd7c09e359ee1d9bfc93444e30f5e413c8b 100644 (file)
@@ -239,6 +239,8 @@ gtk_css_transform_apply (const GtkCssTransform   *transform,
       g_assert_not_reached ();
       break;
     }
+
+  return NULL;
 }
 
 /* NB: The returned matrix may be invalid */